Search results

Types

Classes
Interfaces
Enums
Functions
Type aliases
Constants

Members

Properties
Methods
Getters
Setters
Enum members
Show privates

Other

In this module only

Interface RawApplicationCommandInteractionData

Defined in rawevents

Properties

options?: Array<RawApplicationCommandInteractionDataOptioninterface RawApplicationCommandInteractionDataOptiondetritus-client/gateway/RawApplicationCommandInteractionDataOption>external Array
resolved?: {
channels?: Record<string, RawChannelinterface RawChanneldetritus-client/gateway/RawChannel>external Record,
members?: Record<string, RawMemberinterface RawMemberdetritus-client/gateway/RawMember>external Record,
roles?: Record<string, RawRoleinterface RawRoledetritus-client/gateway/RawRole>external Record,
users?: Record<string, RawUserinterface RawUserdetritus-client/gateway/RawUser>external Record
}